This is to track the operational consent requested by the applicant when agency defers commencement during determination process.
CaseID required | string A fully qualified application number. |
OrganisationID required | string Used by the API gateway to route the request to the relevant agency. |
IdempotencyId required | string Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1" |
Information request object
caseStatus | string <= 80 characters Status of the DA case |
dueDateForEvidenceAboutRelevantMatters required | string non-empty This is to track the due date for evidence about relevant matters. |
consentComments required | string [ 1 .. 2000 ] characters Please provide request details captures the Operational consent comments provided by the applicant. |
Array of objects (DownloadableDocument) | |
required | object (UpdatedBy) |
{- "caseStatus": "string",
- "dueDateForEvidenceAboutRelevantMatters": "string",
- "consentComments": "Complete",
- "documents": [
- {
- "documentName": "string",
- "documentType": "string",
- "uploadedDateTime": "2019-08-24T14:15:22Z",
- "documentSize": 0,
- "updatedBy": "Council"
}
], - "updatedBy": {
- "person": {
- "firstName": "John",
- "familyName": "Smith",
- "email": "john.smith@gmail.com",
- "contactNumber": "stringst"
}
}
}